Skip to content

Add configuration option to disable workspace update notifications#556

Merged
code-asher merged 4 commits intomainfrom
disable-update-notifications
Jul 17, 2025
Merged

Add configuration option to disable workspace update notifications#556
code-asher merged 4 commits intomainfrom
disable-update-notifications

Conversation

@blink-so
Copy link
Copy Markdown
Contributor

@blink-so blink-so bot commented Jul 17, 2025

Adds a new configuration option coder.disableUpdateNotifications that allows users to disable the popup notifications when workspace template updates are available.

Changes:

  • Added coder.disableUpdateNotifications boolean setting to package.json (defaults to false)
  • Modified workspaceMonitor.ts to check this setting before showing update notifications
  • When enabled, the extension will still track outdated workspaces but won't show the popup

Testing:
The configuration option has been added and the code compiles. Users can set this in their VS Code settings to disable the update popups.

Fixes the issue where frequent template updates were causing too many notifications for users.

blink-so bot and others added 2 commits July 17, 2025 18:42
Adds coder.disableUpdateNotifications setting to allow users to disable
the popup notifications when workspace template updates are available.

Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
Only set notifiedOutdated to true if we actually notify the user about
the outdated workspace, not when notifications are disabled.

Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
@code-asher
Copy link
Copy Markdown
Member

Ah wait can you add a line in the changelog as well for the new setting?

Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
@blink-so
Copy link
Copy Markdown
Contributor Author

blink-so bot commented Jul 17, 2025

Done! I've added a changelog entry for the new coder.disableUpdateNotifications setting in the Unreleased section.

@code-asher code-asher merged commit 8a1ae26 into main Jul 17, 2025
2 checks passed
@code-asher code-asher deleted the disable-update-notifications branch July 17, 2025 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant